.imagefond img{
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    width: 100%;
    object-fit: cover;
}
.imagefond{
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}
    header a{
        font-size: 32px;
        font-family:'Indie Flower';
    }

.textintro h1 {
    font-family: 'Indie Flower';
    font-weight: 100;
    text-align: center;
    padding-top: 10%;
    color: white;
    position: relative;
    margin: 0;
    margin-bottom: 5vh;
}

section{
    color: #C36451;
    font-family: 'Indie Flower';
    width: 100%;
    display: block;
    position: relative;
    text-align: -webkit-center;
}
section h2{
    text-align: center;
    text-decoration: underline;
    font-size: 40px;
}
section p{
    text-align: center;
}
.regle{
    background-color: white;
    border-radius: 50px;
    display: block;
    width: 60%;
    font-size: 32px;
    padding: 20px 0;
}
@media (min-width: 1600px) {
    .regle{
        width: 60%;
    }
}
@media (max-width: 1600px) {
    .regle{
        width: 90%;
    }
}
@media (min-width: 1100px) {
    .textintro h1 {
        font-size: 6em;
    }
    .imagefond img{
        height: 60vh;
    }
}
@media (max-width: 1100px) {
    .textintro h1 {
        font-size: 4em;
    }
    .imagefond img{
        height: 30vh;
    }
    .regle{
        width: 100%;
    }
}
.bloctext img{
    width: 125px;
    position: relative!important;
}
.bloctext p{
    color: #343434;
    margin: 0;
    width: 100%;
    text-align: center;
    top: 30%;
    z-index: 1;
}
.bloctext{
    width: 100%;
    position: relative;
}
.bloctext span{
    position: relative;
    display: block;
    text-align: center;
}
.regle li {
    width: 250px;
    display: inline-block;
}
.regle ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: ruby-text;
    display: flex;
    justify-content: center;
}